This commit is contained in:
Sanj 2011-07-04 20:59:55 +05:30
commit 4d12f86b40
5 changed files with 27 additions and 11 deletions

View File

@ -121,7 +121,10 @@ color:#555353;}
{color:#000;}
.itemForm
{width:400px;}
{width:400px;
height:200px;
overeflow:hidden;
}
.itemForm p
{padding-top:12px;}
@ -145,6 +148,10 @@ height:50px;
width: 200px;
border:2px groove #efecec;}
.pvtLabel {
clear:both;
float:left}
.submitItem
{clear:both;
float:right;

View File

@ -15,6 +15,6 @@ h5 {
.q1 {
font-weight:bold;
bottom-margin: 5px;
top-margin: 10px;
top-margin: 25px;
display:block;
}

View File

@ -1,7 +1,10 @@
#loginWrapper {
padding: 30px 0 30px 90px;
width: 30%;
padding: 10px 20px 10px 20px;
margin-left:40%;
margin-top:150px;
width: 20%;
overflow: hidden;
text-align: right;
background:#848484;
}

View File

@ -38,7 +38,6 @@ ul {
}
#mainTitle h1 {
font-family: "Edgware Road", "DejaVu Sans", sans-serif;
font-size: 20px;
font-weight: bold;
}

View File

@ -17,15 +17,22 @@
<h5>FAQs</h5>
<p class="q1"><a name="whylogin"></a>Q. Why do I need to login in order to use the printing tools?</p>
A. This helps establish which documents you have permissions to modify or edit. To do this anonymously or to test, use username: "guest", password: "guest".
A. This helps establish which documents you have permissions to modify or edit. To do this anonymously or to test, use username: "guest", password: "guest". Any content you create as "guest" is not archived and will be periodically deleted.
<p class="q1"><a name="howlogin"></a>Q. How do I get a username / login then? </p>
A. For now, write to us at contact@edgwareroad.org. At a later point registration will be possible through the website.
<p class="q1"><a name="signup"></a>Q. How do I signup for my own username / login then? </p>
A. For now, write to us at contact(@)edgwareroad.org. At a later point registration will be possible through the website.
<p class="q1"><a name="whyedgware">Q. Why the name and url edgwareroad.org? </p>
<p class="q1"><a name="whyedgware"></a>Q. Why the name and url edgwareroad.org? </p>
A. This project was inspired by our work on the road, and the work of others in the neighbourhood. It is an idea of naming based on an engagement with something, rather than on owning or representing that thing. CAMP and the Centre for Possible Studies plan to pass on the functioning of this website to people working locally (who would similarly be people interested in, rather than owners or representatives of, the area).
<p class="q1"><a name="onlyedgware"></a>Q. So do all publications I make or things I upload need to be related to the Edgware Road? </p>
A. The current instance of this tool is set up for use as part of the Edgware Road Project. A more general-use version will be made available elsewhere, soon. The software ofcourse is available freely, at http://code.camputer.org/edgware so you could always set up your own.
<p class="q1"><a name="licensing"></a>Q. What about copyright/licencing? </p>
A. We presume that all users have the required permissions to publish any content that they upload to this website. Publications further generated via this website are made available under a <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a> license. One objective of this project is to make a more public platform for art and research materials to circulate in.
<p class="q1"><a name="serpentine"></a>Q. What kinds of publications are planned using the website. </p>
A. The Edgware Road Project is producing a series of pamphlets and volumes, under the title of Possible Studies. Yours could be one of them. Write to us at contact(@)edgwareroad.org.
</div>
{% endblock %}