Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.601.535 Times

Svn Manual software
Filter: All | Freeware | Demo
 

Svn Manual

< 1 2 3 4 5 > 
Added: June 29, 2013 | Visits: 390

SVN Access Manager SVN Access Manager is a powerful tool for managing access to subversion repositories. The tool provides user and group management and access rights (read/write) to dedicated paths in a repository as well. Features Easy subversion access right administration easyly add users and groups for...



Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 7.87 MB Download (40): SVN Access Manager Download

Added: November 23, 2013 | Visits: 740

SVN Access Manager for Linux SVN Access Manager is a powerful utility for managing access to subversion repositories. The tool provides user and group management and access rights (read/write) to dedicated paths in a repository as well.





Platforms: *nix

License: Freeware Size: 7.2 MB Download (45): SVN Access Manager for Linux Download

Added: July 17, 2013 | Visits: 372

SVN::Notify This document covers the output filtering capabilities of SVN::Notify. Output filters are simply subroutines that modify content before SVN::Notify outputs it. The idea is to provide a simple interface for anyone to use to change the format of the messages that SVN::Notify creates. Filters are...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (33): SVN::Notify Download

Added: August 29, 2013 | Visits: 329

SVN::Dump SVN::Dump is a Perl interface to Subversion dumps. Developer comments The interfaces will probably change in the future, as I slowly learn my way inside the SVN dump format. An SVN::Dump object represents a Subversion dump. This module follow the semantics used in the reference document (the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): SVN::Dump Download

Added: June 30, 2013 | Visits: 289

OpenInteract2::Manual::AdminDatabase OpenInteract2::Manual::AdminDatabase is a Perl module to setup databases for use with OpenInteract2. OpenInteract2 is designed to work with one or more relational database systems (RDBMS). Thanks to SPOPS, it can be flexible about which one it uses. But you still need to do some initial setup...


Platforms: *nix

License: Freeware Size: 911.36 KB Download (32): OpenInteract2::Manual::AdminDatabase Download

Added: June 11, 2013 | Visits: 448

SVN::Notify::Filter SVN::Notify::Filter is a Perl module to create output filters for SVN::Notify. Synopsis package SVN::Notify::Filter::Textile; use Text::Textile (); sub log_message { my ($notifier, $lines) = @_; return $lines unless $notify->content_type eq 'text/html'; return [...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (33): SVN::Notify::Filter Download

Released: June 24, 2008  |  Added: June 30, 2008 | Visits: 3.925

HelpScribble HelpScribble is a full-featured, easy-to-use help authoring tool for creating help files from start to finish. Create WinHelp (.hlp) files, HTML Help (.chm) files, a printed manual and online documentation (on a web site) all from the same HelpScribble project. Write full-featured help...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.66 MB Download (241): HelpScribble Download

Added: September 19, 2022 | Visits: 2.171

Dr.Explain Dr.Explain is a help authoring software to create help files, documentation and on-line manuals in CHM, PDF, DOC & HTML formats. Uniquely Dr.Explain captures application screens or web pages and documents them automatically. Dr.Explain is based on a unique interface analysis and screen...



License: Free to try Cost: $190.00 USD Size: 206 B Download (285): Dr.Explain Download

Released: January 06, 2006  |  Added: June 05, 2006 | Visits: 2.495

DB Manual Fact: Documenting databases is not the most pleasant job , it’s a boring job and you loose a lot of time (Do you recognize this feeling?). But: database documentation is important and necessary if you want to grow, adapt it easily in the future etc. How: DB Manual helps you documenting...


Platforms: Windows

License: Commercial Cost: $128.00 USD Size: 3.65 MB Download (109): DB Manual Download

Released: May 20, 2014  |  Added: June 05, 2014 | Visits: 6.344

oXygen XML Editor and XSLT Debugger Oxygen is an XML Editor, XSLT/XQuery Debugger and Profiler with full Unicode support. It supports visual XML editing driven by CSS stylesheets. Introduces XML Author specially tuned for content authors providing a well designed interface for XML editing by keeping only the relevant authoring...


Platforms: Windows, Mac, *nix, Windows 7, Java

License: Shareware Cost: $590.00 USD Size: 133.9 MB Download (1439): oXygen XML Editor and XSLT Debugger Download

Released: August 03, 2014  |  Added: July 04, 2016 | Visits: 2.730

Paper Killer PaperKiller is the most productive professional software for creating a manual, hypertext, a guide, create and manage documentation, reference manuals, HTMLHelp CHM or WinHelp HLP online help for your software. Or even a personal CD / CDROM / DVD with your stuff, quickly. Manage electronic...


Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $0.00 USD Size: 3.79 MB Download (130): Paper Killer Download

Released: July 01, 2012  |  Added: August 04, 2015 | Visits: 1.184

Hyper Publish PRO Creating a professional catalogue / Web site / multimedia hypermedia CD DVD or a manual with HyperPublish is really a snap! A quick, powerful all-in-one environment for creating stunning catalogues, brochures, CDs and Web sites. Everything in a single tool, easy to learn and to use! Main...


Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $18.00 USD Size: 3.76 MB Download (126): Hyper Publish PRO Download

Released: October 20, 2008  |  Added: December 17, 2008 | Visits: 1.560

Testuff Testuff is an on-demand test management tool for manual software testing. It is a test management suite for various test stuff: cases, runs, defects and more. Here are some of the highlights: * No more works for me - capture a video of each test and attach it to bug reports. Testuff...


Platforms: Windows

License: Commercial Cost: $20.00 USD Size: 6.82 MB Download (105): Testuff Download

Added: May 22, 2010 | Visits: 1.244

man-db man-db is a manual page browser. This package provides the man command. This utility is the primary way of examining the on-line help files (manual pages). It uses the groff suite of programs to format and display the manual pages. Other utilities provided include the whatis and apropos...


Platforms: *nix

License: Freeware Size: 552.96 KB Download (101): man-db Download

Added: May 01, 2010 | Visits: 908

Text::Reform Text::Reform is a Perl module for manual text wrapping and reformatting. SYNOPSIS use Text::Reform; print form $template, $data, $to, $fill, $it, $with; use Text::Reform qw( tag ); print tag B, $enboldened_text; The form sub The form() subroutine may be exported from the module....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): Text::Reform Download

Added: June 21, 2010 | Visits: 935

HTML::Mason::Devel HTML::Mason::Devel is a Perl module with Mason Developers Manual. This manual is written for content developers who know HTML and at least a little Perl. The goal is to write, run, and debug Mason components. If you are the webmaster (or otherwise responsible for the Mason installation), you...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (100): HTML::Mason::Devel Download

Added: October 07, 2010 | Visits: 710

man2web man2web is a program that converts man (manual) pages to HTML. man2web converts man (manual) pages to HTML via CGI or on the command line. man2web also allows for keyword (apropos) searching and generation of section indexes..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (88): man2web Download

Added: April 02, 2010 | Visits: 843

CIPP CIPP Perl module contains a Reference Manual to CIPP, the powerful preprocessor language for embedding Perl and SQL in HTML. SYNOPSIS perldoc CIPP::Manual This documentation module is part of the CIPP distribution which is available on CPAN. The manual describes CIPPs basic syntax rules,...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (89): CIPP Download

Added: May 07, 2010 | Visits: 657

SVNAccess SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface. SVNAccess uses existing Apache password files/users and stores information in a MySQL database in order to generate an AuthzSVNAccessFile formatted access file. One can also...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): SVNAccess Download

Added: July 18, 2010 | Visits: 583

wmsvn wmsvn scrolls last info from svn log. It displays last svn rvision number, author and last log message. It can be used to display output of any shell commands( see wmsvn.h ) Installation: 1) edit wmsvn.h to match your needs. 2) make 3) run it.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (87): wmsvn Download

< 1 2 3 4 5 >