1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
2004-01-09 Julien Lemoine <speedblue@happycoders.org>
* Improved man pages
2004-01-03 Julien Lemoine <speedblue@happycoders.org>
* Creation of documentation for orgadoc_cgi, init_readmes
and add_docs
2003-12-29 Julien Lemoine <speedblue@happycoders.org>
* Creation of add_docs : a small shell script to add documents
to a server using cvs to store readme.xml and scp to store documents.
2003-12-04 Julien Lemoine <speedblue@happycoders.org>
* Creation of init_readmes : a small shell script to get
information from document and add it into readme.xml
2003-11-03 Julien Lemoine <speedblue@happycoders.org>
* Fixed a lot of warnings
* upgraded to autoconf/automake
2003-11-02 Julien Lemoine <speedblue@happycoders.org>
* Fixed a bug when reading template : last line was ignored when
there were no \n a then end
* Added a new feature : "%%FILENAME:file_name.ext%%" in the html
template replace this string by the content of file_name.ext
for each directory
* Fixed exploration bug (introduced in previous commit)
* Display a warning when there is no <language> tag
2003-10-17 Julien Lemoine <speedblue@happycoders.org>
* Improved a lot orgadoc errors message.
now it give the missing xml markup for a file, ex :
"Failed to convert [compil.pdf] : no <type></type> section"
* Fixed compilation problem when compiling with require
2003-10-16 Julien Lemoine <speedblue@happycoders.org>
* Added a cgi for web reserch
2003-07-30 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.7.1 was releaded
* Bug fix release.
- fixed url problem (variable was not reinit)
- fixed directory display problem (display doc directory instead of
full unix directory)
2003-06-01 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.7.0 was released
* This version include a new feature : html generated files are
now completely independant of the document, they can be on another
server (another vhost...)
2003-03-10 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.7 was released
* Fixed problem of encoding with iso-8859-1 documents.
2003-03-06 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.7 pre-release (Need to ask a question to gobo team)
* Added --verbose (-V) option
* Fixed problem of document encoding (but this eat a character)
2003-02-25 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.6 was released
* Added <nbpages> options
* Some code clean up
2003-02-14 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.5 was released
* Fixed compilation problem with SmartEiffel
* Does not need any more ucstring and exml, need only
smarteiffel and gobo to compile
* No new features, only a smarteiffel/gobo port
2002-10-27 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.4 was released
* Fixed parameters problem
(when given anothor configuration file)
2002-08-02 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.3 was released
* Severals bugs fixed
2002-07-30 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.2 was released
* Added a rescue on bad xml header, a error message
is now given to user
* fixed some problem with templates
2002-07-27 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6.1 was released
* added templates for search result and bibtex
* changed latex template (and replace _ by \_)
2002-07-23 Julien Lemoine <speedblue@happycoders.org>
Orgadoc 0.6 was released
* added LaTex export with templates
* Fixed some bugs
2002-06-30 Julien Lemoine <speedblue@happycoders.org>
OrgaDoc 0.5 was released
* added expat support (resolve problem with french characters)
* first release with BibTex support
2002-06-26 Julien Lemoine <speedblue@happycoders.org>
* Integrated Bibtex
* Fixed some bug (with conffile)
* pre0.5 now
2002-06-24 Julien Lemoine <speedblue@happycoders.org>
* added <url></url> tag in readme.xml
add display in visitors
* added BibTex support in configuration file, man page
and command line
* added BibTex Visitors (not used for the moment)
2002-06-22 Julien Lemoine <speedblue@happycoders.org>
OrgaDoc 0.4.1 was released
* some bug fixed on empty xml entries
* rewrited orgadoc.e
- improved directories exploration
- added number of document in each directory
2002-06-17 Julien Lemoine <speedblue@happycoders.org>
OrgaDoc 0.4 was released
* Used configueration File Support
* Cleaned up code
* Removed case sensitive in Xml
2002-06-16 Julien Lemoine <speedblue@happycoders.org>
* Added Configuration File Support
(Not used for the moment)
2002-06-15 Julien Lemoine <speedblue@happycoders.org>
OrgaDoc 0.3 was released
* Added Template Support
2002-06-12 Julien Lemoine <speedblue@happycoders.org>
* Added Manpage
2002-06-10 Julien Lemoine <speedblue@happycoders.org>
OrgaDoc 0.2 was released
* Fix some bugs on html_visitor
* Add grep_visitor and search functions
2002-06-10 Julien Lemoine <speedblue@happycoders.org>
OrgaDoc 0.1 was released
* first public release
|