~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to doc/critcl_sources.man

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[comment {-*- tcl -*- doctools manpage}]
 
2
[include version.inc]
 
3
[manpage_begin critcl_sources n [vset VERSION]]
 
4
[include include/module.inc]
 
5
[titledesc {Critcl - How To Get The Sources}]
 
6
[description]
 
7
[include include/welcome.inc]
 
8
 
 
9
[para] The audience of this document is anyone wishing to either have
 
10
just a look at Critcl's source code, or build the packages, or to
 
11
extend and modify them.
 
12
 
 
13
[para] For builders and developers we additionally provide
 
14
 
 
15
[list_begin enum]
 
16
[enum] [term {Critcl - License}].
 
17
[enum] [term {Critcl - The Installer's Guide}].
 
18
[enum] [term {Critcl - The Developer's Guide}].
 
19
[list_end]
 
20
 
 
21
respectively.
 
22
 
 
23
[section {Source Location}]
 
24
 
 
25
The official repository for Critcl can be found at
 
26
[uri http://andreas-kupries.github.com/critcl]
 
27
 
 
28
[section Retrieval]
 
29
 
 
30
Assuming that you simply wish to look at the sources, or build a
 
31
specific revision, the easiest way of retrieving it is to:
 
32
 
 
33
[list_begin enum]
 
34
[enum] Go to this site.
 
35
[enum] Follow the 'Fork me on Github' link (top-right corner) to the project sources.
 
36
[enum] Choose the revision under the Commits panel you wish to have and 
 
37
[enum] follow its 'Browse code' link to its detailed information page.
 
38
[enum] On that page, choose either the "ZIP" link to get a copy of this revision as a Zip archive.
 
39
[list_end]
 
40
 
 
41
[section {Source Code Management}]
 
42
 
 
43
For the curious (or a developer-to-be), the sources are managed by the
 
44
[uri http://www.git-scm.com {Git SCM}].
 
45
 
 
46
Binaries for popular platforms can be found directly at its
 
47
[uri http://www.fossil-scm.org/downloads {download page}].
 
48
 
 
49
[para]
 
50
 
 
51
With that tool available the full history can be retrieved via:
 
52
 
 
53
[example {
 
54
    git clone http://github.com/andreas-kupries/critcl
 
55
    cd critcl
 
56
}]
 
57
 
 
58
to get a checkout of the head of the trunk and move into it for browsing, editing, etc.
 
59
 
 
60
[include include/feedback.inc]
 
61
[manpage_end]
 
62