Skip to content

Commit 741f801

Browse files
committed
generated html
1 parent 265e6e7 commit 741f801

27 files changed

+1204
-9978
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ _doctrees/
99
src/bin/
1010
src/include/
1111
src/lib/
12+
include/
13+
lib/

_sources/index.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Introduction
22
============
33

4-
`github/collective`_ started as experiment in october 2010. Many of
4+
`github/collective`_ started as experiment in October 2010. Many of
55
`Plone <http://plone.org>`_ developers joined over the last year, which
6-
definetly shows that development using git is gaining popularity among Plonistas.
6+
definitely shows that development using git is gaining popularity among Plonistas.
77

8+
The sync from the Plone subversion repository was done using the scripts
9+
from https://github.com/plone/svn-migrate
10+
11+
After the initial sync, ongoing syncing is not possible. Either you move
12+
your stuff to github or you leave it on svn/collective (or you move it to
13+
any other location, such as bitbucket).
814

915
"Rules" on github/collective
1016
============================
@@ -36,7 +42,7 @@ repository (We might change this in the future to read from plone.org's LDAP,
3642
but for now this is the place).
3743

3844
Fork the `collective.github.com <https://github.com/collective/collective.github.com>`_
39-
repository and then edit the `permissions.cfg`_. If youre done commit, push
45+
repository and then edit the `permissions.cfg`_. If you're done commit, push
4046
and create a pull request.
4147

4248
We scheduled a script that runs every 10min and checks for differences and
@@ -73,7 +79,7 @@ Add yourself to the ``contributors`` (or any other team)
7379

7480
**Please not use the button on github website to create new repositories,
7581
otherwise the admin team has to edit the permissions.cfg file manually because
76-
of your lazyness**
82+
of your laziness**
7783

7884
**TODO:** script does not set owner the person who forked project or first
7985
committer

_static/ajax-loader.gif

673 Bytes
Loading

_static/basic.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,11 @@ dl.glossary dt {
447447
font-style: oblique;
448448
}
449449

450+
abbr, acronym {
451+
border-bottom: dotted 1px;
452+
cursor: help;
453+
}
454+
450455
/* -- code displays --------------------------------------------------------- */
451456

452457
pre {
@@ -532,4 +537,4 @@ span.eqno {
532537
#top-link {
533538
display: none;
534539
}
535-
}
540+
}

_static/comment-bright.png

3.42 KB
Loading

_static/comment-close.png

3.49 KB
Loading

_static/comment.png

3.36 KB
Loading

_static/doctools.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* doctools.js
33
* ~~~~~~~~~~~
44
*
5-
* Sphinx JavaScript utilties for all documentation.
5+
* Sphinx JavaScript utilities for all documentation.
66
*
77
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
@@ -185,9 +185,9 @@ var Documentation = {
185185
body.highlightText(this.toLowerCase(), 'highlighted');
186186
});
187187
}, 10);
188-
$('<li class="highlight-link"><a href="javascript:Documentation.' +
189-
'hideSearchWords()">' + _('Hide Search Matches') + '</a></li>')
190-
.appendTo($('.sidebar .this-page-menu'));
188+
$('<p class="highlight-link"><a href="javascript:Documentation.' +
189+
'hideSearchWords()">' + _('Hide Search Matches') + '</a></p>')
190+
.appendTo($('#searchbox'));
191191
}
192192
},
193193

@@ -213,7 +213,7 @@ var Documentation = {
213213
* helper function to hide the search marks again
214214
*/
215215
hideSearchWords : function() {
216-
$('.sidebar .this-page-menu li.highlight-link').fadeOut(300);
216+
$('#searchbox .highlight-link').fadeOut(300);
217217
$('span.highlighted').removeClass('highlighted');
218218
},
219219

_static/down-pressed.png

368 Bytes
Loading

_static/down.png

363 Bytes
Loading

0 commit comments

Comments
 (0)