Commit Graph

50 Commits (f45b5f8d7f59761530807510d40c33075400fa8b)

Author SHA1 Message Date
gstein 7ca272ab88 updates for 0.9
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@423 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-23 11:26:46 +00:00
gstein 5ca27eee4c Revise some of the attic handling to clarify what is happening, some
of the naming, and shift some text from the program to the templates.

* viewcvs.conf.dist: clarify description of the hide_attic default

* viewcvs.py: add [show_attic_href], [hide_attic_href], and
    [rows.state] variables for managing the attic links. remove the
    [rows.hide_attic_href] and [rows.attic] variables.

* directory.ezt, dir_alternate.ezt: use the new vars to insert the
    text/links for the attic handling.

* upgrading.html: document the template variable changes. a few other
    tweaks.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@414 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-23 04:13:35 +00:00
gstein c7fc7d8885 Oops. main_title is still used by the templates. We could probably
eliminate it, but keep it for now.

Found by: Peter Funk <pf@artcom-gmbh.de>


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@405 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-21 10:59:46 +00:00
gstein 70db664ec6 Clean up the mess in directory.ezt
* rather than using [headers] to determine the columns, just display
  them explicitly. use the new [have_logs] to determine whether the
  additional columns are needed.

* fix a bunch of problems in directory.ezt relating to unreadable
  files or errors while reading CVS information (lining up columns and
  whatnot)

* remove the "show_author" config option, favoring removal from the
  templates instead.

* remove the unused "hide_non_readable" option. remove the
  "use_java_script" and "open_extern_window" options; these were
  removed recently, but accidentally left in the .conf file.

* remove the "flip_links_in_dirview" option, favoring a new template
  instead. added a copy of directory.ezt as dir_alternate.ezt. changes
  to actually make the columns flipped are coming in a future commit.

* remove the [rev_in_front], [rows.span], and [rows.cols] options;
  these are now obsolete given the above changes

* add documentation to upgrading.html


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@403 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-21 04:50:33 +00:00
gstein d71c208540 Big update! Convert the rest of the pages to use templates.
* annotation, human readable diff, CvsGraph, and a marked-up file all
  use a template to generate the basic parts of the page. In many
  cases (annotate, graph, markup), the content is still rendered
  by other code.

* for the diff support, we take advantage of the new list iteration
  support in EZT to "iterate on" a DiffSource object, which parses a
  diff stream into structured object for the template to display.

* for the CvsGraph page, we make use of EZT's new stream support to
  stream in an imagemap from the CvsGraph executable. the graph page
  includes a navigation header now.

* updated the upgrading.html page with some items missing from the 0.7
  instructions, plus new instructions.

* because of the complete conversion, the configuration file no longer
  specifies colors or images -- these are all in the templates now.
  Removed the relevant material from config.py and viewcvs.conf.dist.

* converted html_footer() to use the new footer.ezt template because
  we still have to call that manually in the markup and annotate
  cases.

* add the templates to viewcvs.conf.dist and config.py

* added a handy generate_page() utility for generating pages from a
  template and its input data.

* removed download_link, html_icon, html_option, print_diff_select,
  and navigate_header utility functions. These all printed HTML to the
  output, but are obsolete due to the new templates.

* the new nav_header_data() utility function fills in data used by the
  "header.ezt" template, which replaces the navigate_header() func.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@395 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-18 00:22:14 +00:00
pefu e872681988 More help pages and improved navigation between help pages.
help_logtable not yet finished (sorry, I will try to do this later).


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@385 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-12 14:14:54 +00:00
gstein 4f5800cec5 ViewCVS 0.8 is out, so toss the warning.
All the options were removed, so stop repeating that fact.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@375 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-10 13:45:35 +00:00
gstein e4cf54b49e More edits.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@374 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-10 13:44:02 +00:00
gstein 24070dcc6f * <a> cannot span <h2>, so move the anchors inside the <h2> tags
* colorization is "less important" than the other subjects, so shift
  it to the bottom of the page (no changes)
* reflow one paragraph (no changes)


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@373 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-10 13:29:21 +00:00
gstein afe213e140 Prep for the 0.8 release: shift around the feature listing, adjust the
links to refer to 0.8, add a link for the .zip file, add links for the
CHANGES file.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@372 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-10 13:23:34 +00:00
gstein 1b4543ed92 Remove the even_odd option; it is no longer used.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@370 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-10 09:42:18 +00:00
pefu 26259d1fb1 Added a help page for the query database screen.
Added navigation between help pages.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@369 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-08 22:03:16 +00:00
pefu 6941197684 New wording that should work for either setting of flip_links_in_dirview.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@368 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-08 21:37:29 +00:00
pefu 19ab90b4fb note modified to take new templates into acount
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@363 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-12-05 14:57:41 +00:00
pefu 3d9eb3c638 all externals links in italic.
Added more subsections.  Especially a procedure about what I
think how Greg is going to cut a ViewCVS release.
suggestions and corrections welcome.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@356 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-11-19 21:13:43 +00:00
pefu 2b2f813262 Add comment about policy to keep external links in italic
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@329 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-11-17 12:27:01 +00:00
gstein 8930cd8736 * use 1% for the width to keep the column as skinny as possible
* use &nbsp; for spaces in the links on the left side (compensating for the
  above change)
* Open Source has a space in it :-)
* offsite links are italicized


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@326 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-11-17 08:58:30 +00:00
pefu 28ecb8c8f4 * Took out mentioning ViewCVS 0.5 (that was long ago).
* Added proper credit to Bill Fenner (see
	http://mailman.lyra.org/pipermail/viewcvs/2001q4/000521.html
  )
* Added some info about the upcoming Release 0.8.
* rearranged a lot of text and added section headings.
* Added links to each section to the navigation panel at the left side
  of the page.
* Added link to the download page of the mxDateTime extension, which is
  required by MySQLdb.
* Added links to the tracker @ SF for feature requests
  and bug reports where appropriate.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@320 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-11-15 15:01:44 +00:00
pefu c8f661e626 * Fixed the links on the help pages to point to the viewcvs website @ SF.
* Finally removed the duplicated text from directory.ezt and replaced it
  with a 'Help' button at the upper right corner.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@311 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-11-13 20:54:07 +00:00
pefu c2d403b482 Informational stuff separated out into two help pages.
Might be removed from templates/directory.ezt.
Please have a look at my email to viewcvs-dev.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@294 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-11-08 08:12:56 +00:00
gstein f5c4bab1d0 Add the developers who have made significant contributions to ViewCVS. These
people should be recognized properly. This also implies joint copyright, but
who needs that with the flexibile license we have? :-)

I don't have URLs for home pages for these people, nor do I know if they
want them listed... so just names for now.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@273 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-25 08:49:48 +00:00
pefu 155679c36f A note about security
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@271 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-25 06:26:45 +00:00
pefu aaa04ac917 Two icons (16x16 and 32x32 pixels), which may be used in directory.ezt
or elsewhere to represent the link to the cvsgraph page


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@270 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-25 06:16:50 +00:00
pefu 260d00b24b logo should look like a blimb and not like a bomb. :-(
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@269 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-25 06:11:50 +00:00
gstein 621adf6b35 Remove two options which have become obsolete: input_text_size and
allow_version_select.

Document their removal and where their new counterparts are.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@257 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-21 11:27:04 +00:00
pefu b01b1c3b1e With Greg's permission changed the EMail addresses, so that they
point to the ViewCVS mailing lists.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@250 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-20 23:43:06 +00:00
gstein e3a16b2481 *) Remove the logo from the config file (and config.py).
*) Update the upgrading.html document to note the logo removal. Add
   commentary about 0.8 not being released. Tweak the [text] options.

*) viewcvs.py: toss html_header() (and its logo usage). Change the exception
   handling to simply generate the header text rather than use
   html_header().


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@249 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-20 23:24:59 +00:00
gstein 457fa117d4 Add colspan attributes so the main body of the page will extend to the right
hand side (providing more area to fill).

Some minor edits here and there.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@248 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-20 23:14:03 +00:00
pefu 7a0fcf1e9e Added a reference to the project member page on SourceForge.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@243 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-20 12:55:20 +00:00
pefu fcfada618a * Added a simple navigation aid between the pages. Missing an
important file (like upgrading.html) should be avoided this way.
  Placed a preliminary logo into the upper left corner of each page.
* Added a new file 'contributing.html' based on an EMail from Greg Stein.
* Used the same chalk.jpg background texture for all html files to
  have a more consistent look.
  Changed the absolute path into a relative path, so that viewing the html
  in a local copy (distributed in the tarball) will be easier.
* Moved a paragraph from ../INSTALL into upgrading.html


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@237 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-18 14:59:11 +00:00
pefu fe17a6c8c6 Placeholder until someon comes up with a real neat logo
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@236 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-10-18 14:44:33 +00:00
gstein f9953b7d87 Remove some obsolete options. Point users at their new location.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@222 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-09-25 10:47:48 +00:00
gstein 8093438d6b begin a document with information about upgrading.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@217 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-09-24 12:00:50 +00:00
gstein 6c6aee893f reflect release of 0.7
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@198 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-05-30 09:39:17 +00:00
gstein e3dbdb4fcc Update copyright years to include 2001.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@182 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-05-12 22:51:02 +00:00
gstein ab987dc6fa *) some updates for the move to SourceForge.
*) add information about ViewCVS' increased security


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@173 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-05-11 21:21:50 +00:00
gstein 60236803e4 This background will be needed when the website moves to SF.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@161 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-05-02 19:50:51 +00:00
gstein a26cfff0ad fix viewcvs-browsing link on the page
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@160 8cb11bc2-c004-0410-86c3-e597b4017df7
2001-05-02 19:27:36 +00:00
gstein 4ddb89e053 add the 0.6 references
add (missing) refs to who.html and license-1.html


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@144 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-07-25 12:16:33 +00:00
gstein b21597d96d bunch of stuff about 0.5
additional updates, discussion, etc


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@122 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-05-12 11:07:37 +00:00
gstein 07763938a3 fix typo
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@96 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-05-09 10:30:29 +00:00
gstein fb262791a1 first draft of the license and the "who" pages.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@92 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-05-09 02:27:16 +00:00
gstein 8288be7f6f one more feature
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@49 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-03-24 12:12:23 +00:00
gstein 95e1ab3303 updates for the 0.4 release
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@48 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-03-24 11:16:41 +00:00
gstein 98288899fa forgot to commit these changes. add more docco about ViewCVS.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@26 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-03-17 00:50:41 +00:00
gstein 4191cdf072 add access via ViewCVS. add 0.2 info.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@15 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-01-12 11:26:21 +00:00
gstein 631ed2d2b6 add some doc.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@9 8cb11bc2-c004-0410-86c3-e597b4017df7
2000-01-04 00:38:15 +00:00
gstein b945cbc98f add a description about what ViewCVS can do(!)
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@7 8cb11bc2-c004-0410-86c3-e597b4017df7
1999-12-03 11:53:19 +00:00
gstein cdb8cee82e various changes.
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@6 8cb11bc2-c004-0410-86c3-e597b4017df7
1999-12-03 11:07:46 +00:00
gstein 0c81d0d150 initial checkin
git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@5 8cb11bc2-c004-0410-86c3-e597b4017df7
1999-12-03 11:05:11 +00:00