Nooooo... this has nothing to do with news sources; rather it has to with general calibre customization, and also with the Kobo (or Kobo Extended) driver configuration.
What you're doing is to initially add a custom column to calibre.
Go to
Preferences |
Change calibre behavior |
Interface |
Add your own column then
Add custom column (either the button across the bottom or the green + sign).
Add a custom column to calibre as follows
Code:
Lookup name: newsshelf
Column Heading: News Shelf
Column Type: Column built from other columns
Template: {:'strcmp(list_intersection(field('tags'), 'News', ','),'News','','News','')'}
What the column is doing is looking for entries with the tag News and then returning the value
News.
If you want to use a different shelf name, just change the third occurrence of
News (the one in
red).
Once you've added the column you will have to restart calibre.
Then, just add the value
#newsshelf to the list of column in either the Kobo Touch or Kobo Extended driver (depending on which one you are using to send data to the Kobo).
For more info on the Kobo Shelving options see
Quick Guide to Shelf Management with calibre 0.9.1 & above (Touch / Glo / Mini /Aura).