Collection of themes/skins for the Fossil SCM

⌈⌋ ⎇ branch:  Fossil Skins Extra


Check-in [17217f14b5]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Trivial ReadTheDocs theme port; documentation/wiki-only template. Does not embed the massive CSS theme, but binds it externally from media.readthedocs,,
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 17217f14b53b5dd1a0bc6cc73e36278880579c7c
User & Date: mario 2018-05-19 13:18:53
Context
2018-05-19
13:22
RTD template screenshot check-in: f5306c22e3 user: mario tags: trunk
13:18
Trivial ReadTheDocs theme port; documentation/wiki-only template. Does not embed the massive CSS theme, but binds it externally from media.readthedocs,, check-in: 17217f14b5 user: mario tags: trunk
2016-09-25
17:48
Generates a "common-repo.json" list from specified files in a fossil repository. (Used with a glob param like "/repo.json/REPO/files/*.py" to slice out interesting meta information.) check-in: 5066f4ec9f user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added rtd.txt.









































































































































































































































































































































































































































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
# The "skin" configuration exported from
# repository "/home/mario/fossil.d/pluginspec.fossil"
# on 2018-05-19 13:04:48
config /config 25
1526652297 'css' value ''
config /config 3233
1526734289 'header' value '<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <base href="$baseurl/$current_page" />
  <title>$<project_name>: $<title></title>
  <link rel="stylesheet" href="$stylesheet_url" type="text/css">
  
  <link rel="stylesheet" href="https://media.readthedocs.org/css/sphinx_rtd_theme.css" type="text/css" />
  <link rel="stylesheet" href="https://media.readthedocs.org/css/readthedocs-doc-embed.css" type="text/css" />

  <!--script type="text/javascript" src="https://sphinx-rtd-theme.readthedocs.io/en/latest/_static/readthedocs-data.js"></script-->
</head>

<body class="wy-body-for-nav" role="document">
   
  <div class="wy-grid-for-nav">
    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">

          <a href="#">
            <img src="logo" class="logo" width="24" height="24" />
          </a>

          <div class="version">
            trunk
           </div>

<div role="search">
  <form id="rtd-search-form" class="wy-form" action="search" method="get">
    <input type="text" name="s" placeholder="Search docs" />
    <input type="hidden" name="y" value="d" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
            
<!-- document menu -->
            
<p class="caption"><span class="caption-text">$<project_name></span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="index">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="wcontent">Wiki</a></li>
</ul>
<p class="caption"><span class="caption-text">Documents</span></p>
<ol>
<TH1>

    query {SELECT SUBSTR(tagname,6) AS tagname FROM tag WHERE tagname LIKE ''wiki-%'' AND tagname != "wiki-index"} {

       puts "<li class=''toctree-l1''><a class=''reference internal'' href=''wiki/$tagname''>$tagname</a></li>"

    }

</TH1>
<!--li><span class="pre">test_py_module</span></code></a></li-->
</ol>
<p class="caption"><span class="caption-text">More</span></p>
<ol>
<li class="toctree-l1"><a class="reference internal" href="wiki/$project_name">$project_name</a></li>
</ol>

        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
          <i class="fa fa-bars"></i>
          <a href="#">Fossil Docs</a>
      </nav>

<div class="wy-nav-content">
<div class="rst-content">

<div role="navigation" aria-label="breadcrumbs navigation">
  <ul class="wy-breadcrumbs">
      <li><a href="#">Docs</a> &raquo;</li>
      <li>$<title></li>
      <li class="wy-breadcrumbs-aside">       
              <a href="/" class="fa fa-external-link"> Fossil</a>         
      </li>
  </ul>  
  <hr/>
</div>

<!-- main body -->

<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
   <div itemprop="articleBody">
      <div class="section" id="read-the-docs-sphinx-theme">
'
config /config 3127
1526735084 'footer' value '           </div>
           <div class="articleComments">
            
           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <!--a href="wcontent" class="btn btn-neutral float-right" title="Installation" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a-->
      
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; $project_name,
      
        <span class="commit">
          Fossil: $release_version - Manifest <code>$manifest_version</code>.
        </span>
      

    </p>
  </div>
</footer>

        </div>
      </div>

    </section>

  </div>
  

  <div class="rst-versions" data-toggle="X-OFF-rst-versions" role="note" aria-label="versions" onClick="$(this).toggleClass(''shift-up'')">
    <span class="rst-current-version" data-toggle="X-OFF-rst-current-version">
      <span class="fa fa-book"> Fossil Docs</span>
      v: latest
      <span class="fa fa-caret-down"></span>
    </span>
    <div class="rst-other-versions">

      <dl>
        <dt>Repository</dt>
          <dd> <a href="index">Home</a> </dd>
          <dd> <a href="wcontent">Wiki</a> </dd>
          <dd> <a href="timeline?y=w">RC</a> </dd>
          <dd> <a href="dir">Files</a> </dd>
          <dd><a href="tarball/trunk.tgz?uuid=trunk">TGZ</a></dd>       
      </dl>

      <dl>
        <dt>Admin</dt>
          <dd><a href="setup">Setup</a></dd>
          <dd><a href="setup_config">Config</a></dd>
          <dd><a href="login">Login</a></dd>
          <dd><a href="setup_skinedit">Header/Footer/CSS</a></dd>
      </dl>

      <dl>
        <dt>Other</dt>
          <dd><a href="sitemap">Sitemap</a></dd>
          <dd><a href="brlist">Branches</a></dd>
          <dd><a href="taglist">Tags</a></dd>
          <dd><a href="reportlist">Tickets</a></dd>
          <dd><a href="help">Help</a></dd>
      </dl>

      <hr/>
      Sphinx theme from <a href="http://www.readthedocs.org">Read the Docs</a>.

    </div>
  </div>



  

      <script type="text/javascript" src="https://media.readthedocs.org/javascript/jquery/jquery-2.0.3.min.js"></script>
      <script type="text/javascript" src="https://media.readthedocs.org/javascript/jquery/jquery-migrate-1.2.1.min.js"></script>
      <script type="text/javascript" src="https://media.readthedocs.org/javascript/underscore.js"></script>
      <!--script type="text/javascript" src="https://media.readthedocs.org/javascript/doctools.js"></script-->
      <!--script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script-->
      <!--script type="text/javascript" src="https://media.readthedocs.org/javascript/readthedocs-doc-embed.js"></script-->

  

  
  

  
  
  <!--script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable();
      });
  </script-->
   

</body>
</html>'
config /config 41
1526651513 'timeline-plaintext' value '1'