From adde1aa4588f8dd538a8041704964a0d77a94591 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 21:27:05 +0530 Subject: [PATCH 1/3] frontpages --- edgware/static/css/files/archive.css | 49 ++++++++++++++++------------ edgware/templates/main/faq.html | 20 +++++++----- 2 files changed, 40 insertions(+), 29 deletions(-) diff --git a/edgware/static/css/files/archive.css b/edgware/static/css/files/archive.css index 13db3dd..390d514 100644 --- a/edgware/static/css/files/archive.css +++ b/edgware/static/css/files/archive.css @@ -123,36 +123,43 @@ color:#555353;} .itemForm {width:400px; height:200px; -overeflow:hidden; +overflow:hidden; } -.itemForm p -{padding-top:12px;} - -.itemForm p span -{font-weight:bold;} - -.itemFormLabel -{float:left;} - -.descriptionLabel -{float:right;} - -.itemTitle -{clear:both; +.leftCol { +width:200px; +padding-top:12px; float:left;} -.itemDescription +.leftCol p +{font-weight:bold; +text-align:left;} + +.editTitle +{float:left;} + +.editPrivate +{clear:both; +float:left; +padding-top:12px;} + +.rightCol { +width:200px; +padding-top:12px; +float:right;} + +.rightCol p +{font-weight:bold; +text-align:right;} + + +.editDescription {float:right; -height:50px; width: 200px; border:2px groove #efecec;} -.pvtLabel { -clear:both; -float:left} -.submitItem +.submitInput {clear:both; float:right; margin-top:6px;} diff --git a/edgware/templates/main/faq.html b/edgware/templates/main/faq.html index d2629cb..228bfbf 100644 --- a/edgware/templates/main/faq.html +++ b/edgware/templates/main/faq.html @@ -17,20 +17,24 @@
FAQs

Q. Why do I need to login in order to use the printing tools?

- 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. + 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.

Q. How do I signup for my own username / login then?

- A. For now, write to us at contact(@)edgwareroad.org. At a later point registration will be possible through the website. + A. For now, write to us at contact(@)edgwareroad.org. At a later point registration will be possible through the website.

Q. Why the name and url edgwareroad.org?

- 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). -

Q. So do all publications I make or things I upload need to be related to the Edgware Road?

- 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. + 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).
+

Q. So do all publications I make or things I upload need to be related to the Edgware Road?

+ 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.
+

Q. What about copyright/licencing?

- 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 CC-BY-SA license. One objective of this project is to make a more public platform for art and research materials to circulate in. + 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 CC-BY-SA license. One objective of this project is to make a more public platform for art and research materials to circulate in.
-

Q. What kinds of publications are planned using the website.

- 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. +

Q. What is a Study? And who made these Studies in the archive.

+ A. The Edgware Road Project conducts research and activities under the title of Possible Studies. These studies are created by participants in the project, over the past couple of years and the archive reflects the activities of these people, beyond what they have "exhibited" officially.
+ +

Q. Will my publication on this website automatically become part of the the Edgware Road project, or the Serpentine Gallery?

+ A. Only if you wish to. Publications made using the tool will automatically have an html page, but will only be visible to others if you explicitly "Publish" them. Edgware Road Project plans to produce a series of printed pamphlets and volumes. Yours could be one of them. Write to us at contact(@)edgwareroad.org. From 37dc7caacdf4688d26038de9f7ba687d926612c3 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 21:37:25 +0530 Subject: [PATCH 2/3] frontpages --- edgware/static/css/files/archive.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/edgware/static/css/files/archive.css b/edgware/static/css/files/archive.css index 390d514..b5018d8 100644 --- a/edgware/static/css/files/archive.css +++ b/edgware/static/css/files/archive.css @@ -132,12 +132,17 @@ padding-top:12px; float:left;} .leftCol p -{font-weight:bold; +{ +font-size:12px; +font-weight:bold; text-align:left;} .editTitle {float:left;} +.itemTitle +{width:180px;} + .editPrivate {clear:both; float:left; @@ -153,11 +158,14 @@ float:right;} text-align:right;} -.editDescription -{float:right; +.editDescription { +float:right; width: 200px; -border:2px groove #efecec;} +} +.itemDescription { +width:200px; +} .submitInput {clear:both; From ddc7ee95be374b63ce3d6ae546af566993c48193 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 21:40:20 +0530 Subject: [PATCH 3/3] frontpages --- edgware/static/css/files/archive.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/archive.css b/edgware/static/css/files/archive.css index b5018d8..064541f 100644 --- a/edgware/static/css/files/archive.css +++ b/edgware/static/css/files/archive.css @@ -146,7 +146,7 @@ text-align:left;} .editPrivate {clear:both; float:left; -padding-top:12px;} +padding-top:6px;} .rightCol { width:200px; @@ -160,11 +160,10 @@ text-align:right;} .editDescription { float:right; -width: 200px; } .itemDescription { -width:200px; +width:190px; } .submitInput