- About
 - JUR
 - Prog
 - Emacs
 - Travel
 
NEWS.ee
NEWS.ee - news list
Data Description
This data file contains a list of news items with their descriptions and corresponding package versions. An example of the data file:
[(meta
  (format-version . "0.0.1")
  (database-version . "0.0.1")
  (view-data-file . "view/NEWS.ee")
  (fields categories version title ())
  (key-fields title))
 [("ee") "0.0.1" "Released" ((date . "2003-07-21"))]]
Useful Views
By Version/by Category
This view categorizes the news list by version and by category. Views are stored in the view file view/NEWS.ee and have the following properties:
| c-path-finder | categorizes by version and categories | 
| c-sorter | at first category level (version) sorts in the reverse alphabetical order; at the second level (category name) sorts alphabetically in ascending order | 
| r-sorter | sorts by title | 
| c-printer | prints version and category | 
| r-printer | prints the title of news item | 
- 0.0.2 (6) Released 2003-08-09 - Makefile (1) Removed all compiled *.elc files from the package - ee-textfile.el (1) Added custom variables for ee-textfile-apachelog - view (3) - NEWS.ee (1) Improved views "by Version/by Category", "by Category/by Version" - apachelog.ee (1) Added views "by Reversed Hostname", "by Request", "by Referer", "by User Agent", "by Date", "by Size", "by Status" - buffers.ee (1) Added view "by Coding" - 0.0.1 (1) Released 2003-07-21  | 
--:%% *ee-datafile*/NEWS.ee (ee-datafile)--L1--C0--All---------------------  | 
By Category/by Version
This view categorizes the news list by category and then by version.
| c-path-finder | categorizes by categories and version | 
| c-sorter | at first level (categories) sorts alphabetically in ascending order; at the second level (version) sorts in the reverse alphabetical order | 
| r-sorter | sorts by title | 
| c-printer | prints category and version | 
| r-printer | prints the title of news item | 
TODO
- Add more views
 
ChangeLog
- 2003-08-09 - Updated screenshot of the view "By Version/by Category"
 - 2003-08-09 - Removed screenshot of the view "By Category/by Version" because it's too much work to update both screenshots after every release.