Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/rss.c at check-in d244452bda788c3f
|
2013-02-20
| ||
| 22:10 | Initial 'help' support for WEBPAGE entries. Not yet finished, but seems to work in CLI mode. file: [406f700189] check-in: [e788795bbf] user: stephan branch: help-www, size: 6098 | |
|
2013-02-12
| ||
| 10:08 | timeline.rss with single-ticket support, based on David Given's patch. file: [93855dcbba] check-in: [1bc09124bd] user: stephan branch: timeline-rss-ticket, size: 5764 | |
|
2013-02-06
| ||
| 17:37 | Allow filtering by filename, tag or wiki page as well as by ticket UUID. Better handling of invalid values (they now generate empty RSS feeds rather than appending the HTML footer...). file: [01e85ec41a] check-in: [d244452bda] user: dg branch: dg-misc, size: 6098 | |
|
2013-02-05
| ||
| 23:38 | Allow restricting the timeline RSS feed to a specific ticket. file: [f7ea590658] check-in: [3f43ab397e] user: dg branch: dg-misc, size: 5152 | |
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [d2c93f59ce] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 4398 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [f96391cbcb] check-in: [0328d68181] user: drh branch: sqlite4, size: 4400 | |
|
2011-09-14
| ||
| 17:45 | Refactored g.okXXX perms flags to g.perm.XXX. file: [ffc3940c51] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 4399 | |
|
2011-09-11
| ||
| 12:22 | Make RSS feed valid by using 'dc:creator' element instead of 'author'. Ticket [109ae2e904]. file: [7f49df333e] check-in: [71b862af7d] user: dchest branch: dmitry-fixes, size: 4351 | |
|
2011-01-18
| ||
| 14:43 | Improved hyperlinking in the RSS feed. file: [db44782246] check-in: [66d93f33d5] user: drh branch: trunk, size: 4299 | |
|
2010-08-28
| ||
| 06:59 | This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include <windows.h><br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dmc to the repository. There are few changeable variables in there for adjusting path, CFLAGS LIBS etc. </p> <p>These are needed because DMC and MSVC doesn't provided them. dirent.h is copied verbatim from the net. unistd.h I found on the net too, but added some defines. <p>The problem with windows it doesn't have AWK standard installed. version.c creates VERSION.h. It is a very simple C-program and doesn't do a lot of checking. </p> file: [f2944a86fb] check-in: [f66f414fd3] user: renez branch: windowscompilers, size: 4295 | |
|
2010-05-22
| ||
| 11:28 | Fix memory leaks associated with the cgi_rfc822_datestamp() function. file: [b7b02e6679] check-in: [99dcff4d28] user: drh branch: trunk, size: 4295 | |
|
2010-05-16
| ||
| 19:08 | Change from GPL to the Simplified BSD License. file: [71f385cee2] check-in: [c06edd231f] user: drh branch: clear-title, size: 4277 | |
|
2010-03-05
| ||
| 21:20 | Another attempt to get the quoting right for RSS feeds. file: [9ed0de4fea] check-in: [18449fa6e6] user: drh branch: trunk, size: 4552 | |
| 21:05 | Use wiki-formatting on fields of the RSS feed so that hyperlinks come out right but other markup characters (ex: <stdio.h>) get escaped properly. file: [c32a3ece56] check-in: [ee7dbb86fb] user: drh branch: trunk, size: 4552 | |
|
2010-02-19
| ||
| 17:57 | timeline.rss now supports n=### param, like the /timeline page does. This feature is arguable (could lead to DoS), but i want it for harvesting an activity timeline which includes older commits. file: [4482765bb7] check-in: [65a46db339] user: stephan branch: trunk, size: 4552 | |
|
2010-02-05
| ||
| 16:22 | The RSS feed is restricted to the permissions granted to user 'nobody'. Ticket [09ba8cea6f] file: [69c665c5d0] check-in: [78a6270fdc] user: drh branch: trunk, size: 4515 | |
|
2010-01-22
| ||
| 16:36 | HTML-escape text content in the RSS feed. Ticket [83e9e0016b6]. file: [11a1286add] check-in: [825a2c7c64] user: drh branch: trunk, size: 3656 | |
|
2009-12-08
| ||
| 18:43 | Clean up the RSS code slightly. file: [cc90868801] check-in: [484c8f9f86] user: drh branch: trunk, size: 3656 | |
|
2009-10-15
| ||
| 17:20 | Add "Generate RSS feed for timeline" option to Timeline preferences. Don't output RSS when it's turned off. file: [03cab3dcb1] check-in: [9812c6c5ab] user: dmitry branch: trunk, size: 4057 | |
|
2009-01-25
| ||
| 20:13 | Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". file: [945efe289e] check-in: [9be1b00392] user: drh branch: trunk, size: 3929 | |
|
2009-01-24
| ||
| 10:44 | Fix some compiler warnings. file: [4b2fa7b7d6] check-in: [cd965de682] user: drh branch: trunk, size: 3935 | |
|
2008-12-12
| ||
| 22:19 | /timeline.rss now accepts the same filter parameters as /timeline (e.g. y=ci for commits and y=w for wiki) file: [07391be604] check-in: [90adbd8443] user: stephan branch: trunk, size: 3935 | |
|
2007-10-10
| ||
| 02:49 | Removed unnecessary items from WWW Configuration, also made RSS Title and Description into generic Project Name and Project Description settings, which will be used elsewhere in the web site. file: [05e7ced61b] check-in: [f3807dbd88] user: jnc branch: trunk, size: 3644 | |
|
2007-09-23
| ||
| 20:18 | Merge the RSS changes. file: [486c7677a8] check-in: [dad40ffac0] user: drh branch: trunk, size: 3548 | |
| 18:24 | Added: Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss file: [176d496b6e] check-in: [07eaead5dc] user: jnc branch: trunk, size: 3524 | |