Skip to content

Commit 1b3934f

Browse files
author
[stritti]
committed
changed berlios-references
updated refernces of berlios to github
1 parent 8ecbf8b commit 1b3934f

File tree

26 files changed

+909
-157
lines changed

26 files changed

+909
-157
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build
1+
/nbproject/private/

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language: java
2+
install: ant build

log4js-examples/src/main/examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
+-->
128128
<div class="projectlogoA1">
129129

130-
<a href="http://log4js.berlios.de/"><img class="logoImage" alt="Log4js" src="images/project-logo.png" title="Logging Framework for JavaScript"></a>
130+
<a href="http://stritti.github.io/log4js//"><img class="logoImage" alt="Log4js" src="images/project-logo.png" title="Logging Framework for JavaScript"></a>
131131
</div>
132132
<!--+
133133
|end Project Logo
@@ -178,7 +178,7 @@
178178

179179
<h1>Log4js <script type="text/javascript">document.write(Log4js.version)</script> Examples</h1>
180180
<p><img src="images/project-logo.png">
181-
<a class="logoImage" alt="Log4js" href="http://log4js.berlios.de" title="Logging Framework for JavaScript">Log4js</a> is a JavaScript
181+
<a class="logoImage" alt="Log4js" href="http://stritti.github.io/log4js/" title="Logging Framework for JavaScript">Log4js</a> is a JavaScript
182182
implementation of logging. Similar to the Java implementation Log4j.</p>
183183
<p style="color:red">Some loggers could cause a JavaScript exception on this page. This
184184
could happen because the browser do not support all features.</p>

log4js-servlet/src/main/java/de/berlios/log4js/Log4jsServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected void doPost(HttpServletRequest req, HttpServletResponse resp)
140140

141141
sos.write("<?xml version=\"1.0\"?>\n\n".getBytes());
142142
sos
143-
.write("<log4js xmlns:log4js=\"http://log4js.berlios.de/log4js\">"
143+
.write("<log4js xmlns:log4js=\"http://stritti.github.io/log4js//log4js\">"
144144
.getBytes());
145145

146146
sos

log4js-servlet/src/main/java/de/berlios/log4js/parser/XmlEventParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public String getResponseHeader() {
131131

132132
sw.append("<?xml version=\"1.0\"?>\n\n");
133133
sw
134-
.append("<log4js:response xmlns:log4js=\"http://log4js.berlios.de/log4js\" ");
134+
.append("<log4js:response xmlns:log4js=\"http://stritti.github.io/log4js//log4js\" ");
135135

136136
return sw.toString();
137137
}

log4js-servlet/src/test/java/de/berlios/log4js/parser/JsonEventParserTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void testParseString() throws ParseException {
3232
jsonString += "\t\"logger\": \"" + "category1" + "\",\n";
3333
jsonString += "\t\"level\": \"" + "ERROR" + "\",\n";
3434
jsonString += "\t\"message\": \"" + "My message" + "\",\n";
35-
jsonString += "\t\"referer\": \"" + "http://log4js.berlios.de" + "\",\n";
35+
jsonString += "\t\"referer\": \"" + "http://stritti.github.io/log4js/" + "\",\n";
3636
jsonString += "\t\"useragent\": \"" + "Mozilla" + "\",\n";
3737
jsonString += "\t\"timestamp\": \"" + "2000-02-01T12:13:30Z" + "\",\n";
3838
jsonString += "\t\"exception\": \"" + "exception1" + "\"\n";
@@ -42,7 +42,7 @@ public void testParseString() throws ParseException {
4242
jsonString += "\t\"logger\": \"" + "category2" + "\",\n";
4343
jsonString += "\t\"level\": \"" + "INFO" + "\",\n";
4444
jsonString += "\t\"message\": \"" + "My message" + "\",\n";
45-
jsonString += "\t\"referer\": \"" + "http://log4js.berlios.de" + "\",\n";
45+
jsonString += "\t\"referer\": \"" + "http://stritti.github.io/log4js/" + "\",\n";
4646
jsonString += "\t\"useragent\": \"" + "Mozilla" + "\",\n";
4747
jsonString += "\t\"timestamp\": \"" + "2000-02-01T12:13:30Z" + "\",\n";
4848
jsonString += "\t\"exception\": \"" + "exception2" + "\"\n";

log4js-site/forrest.properties

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
#Created by JInto - www.guh-software.de
2-
#Fri Aug 03 14:23:02 CEST 2007
31
forrest.validate=false
42
forrest.maxmemory=128m
5-
project.bugtracking-url=https\://developer.berlios.de/bugs/?func\=detailbug&group_id\=5368&bug_id\=
3+
project.bugtracking-url=https\://github.com/stritti/log4js/issues
64
project.content-dir=xdocs
75
project.debuglevel=WARN
8-
project.issues-rss-url=http\://developer.berlios.de/export/rss_bsnews.php?group_id\=5368
6+
project.issues-rss-url=
97
project.name=Log4js
108
project.required.plugins=org.apache.forrest.plugin.input.dtdx,org.apache.forrest.plugin.input.projectInfo,org.apache.forrest.plugin.output.pdf,org.apache.forrest.plugin.input.feeder
119
project.skin=pelt
@@ -20,4 +18,4 @@ project.generate-google-sitemap=false
2018
project.google-sitemap-name=sitemap.xml
2119

2220
# Prefix to generate absolute urls in Google Sitemap file
23-
project.site-uri-prefix=http://localhost/
21+
#project.site-uri-prefix=http://localhost/

log4js-site/forrest.properties.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
<!-- Indicate if the contributors list should be included. Values are true or false. -->
1313
<property name="projectInfo.changes.includeContributorList" value="true" />
1414

15-
<property name="projectInfo.url" value="http://log4js.berlios.de/" />
15+
<property name="projectInfo.url" value="https://github.com/stritti/log4js" />
1616
</properties>

log4js-site/status.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<!DOCTYPE status PUBLIC "-//APACHE//DTD Status V1.3//EN"
19-
"http://forrest.apache.org/dtd/status-v13.dtd">
18+
<!DOCTYPE status PUBLIC "-//APACHE//DTD Status V1.3//EN" "http://forrest.apache.org/dtd/status-v13.dtd">
2019
<status>
2120
<developers>
22-
<person name="Stephan Strittmatter" email="stritti@berlios.de"
23-
id="ssr"/>
24-
<person name="Seth Chisamore" email="schisamo@users.berlios.de"
25-
id="sce"/>
26-
<person name="Volunteer needed" email="stritti@berlios.de" id="open"/>
21+
<person name="Stephan Strittmatter" id="ssr"/>
22+
<person name="Stephan Strittmatter" id="stritti"/>
23+
<person name="Seth Chisamore" email="schisamo@users.berlios.de" id="sce"/>
2724
</developers>
2825

2926
<!-- Define here the Title of the Context you want to display in the Changes pages.
@@ -192,7 +189,7 @@
192189
</section>
193190
</notes>
194191
<action dev="ssr" type="add" context="docs" importance="medium">
195-
Initial installation of website at <a href="ext:log4js">http://log4js.berlios.de</a>
192+
Initial installation of website at <a href="ext:log4js">http://stritti.github.io/log4js/</a>
196193
</action>
197194
<action dev="ssr" type="add" context="admin" importance="medium">
198195
Project setup at <a href="ext:log4js/develop">http://developer.berlios.de/projects/log4js/</a> and initial checkin at SVN.

log4js-site/xdocs/content/doap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<title type="text">Log4js</title>
2626
<author>
2727
<name>Log4js</name>
28-
<uri>http://log4js.berlios.de</uri>
28+
<uri>http://stritti.github.io/log4js/</uri>
2929
</author>
3030

3131
<updated>2005-08-09T23:06:00Z</updated>
@@ -35,7 +35,7 @@
3535
rel="alternate"
3636
type="text/html"
3737
hreflang="en"
38-
href="http://log4js.berlios.de"/>
38+
href="http://stritti.github.io/log4js/"/>
3939

4040
<entry>
4141
<title>Log4js</title>
@@ -45,7 +45,7 @@
4545
<content type="application/rdf+xml">
4646
<doap:Project>
4747
<doap:name>Log4js</doap:name>
48-
<doap:homepage rdf:resource="http://log4js.berlios.de"/>
48+
<doap:homepage rdf:resource="http://stritti.github.io/log4js/"/>
4949
<doap:created>2005-06-23</doap:created>
5050

5151
<doap:description xml:lang="en">
@@ -63,12 +63,12 @@
6363
rdf:resource="http://developer.berlios.de/project/showfiles.php?group_id=5368"/>
6464

6565
<doap:mailing-list
66-
rdf:resource="http://log4js.berlios.de/project/maillists.html"/>
66+
rdf:resource="http://stritti.github.io/log4js//project/maillists.html"/>
6767

6868
<doap:maintainer>
6969
<foaf:Person>
7070
<foaf:name>The Log4js Project</foaf:name>
71-
<foaf:homepage rdf:resource="http://log4js.berlios.de/comitter.html"/>
71+
<foaf:homepage rdf:resource="http://stritti.github.io/log4js//comitter.html"/>
7272
<!-- <foaf:mbox rdf:resource="mailto:dev@forrest.apache.org"/>-->
7373
</foaf:Person>
7474
</doap:maintainer>

0 commit comments

Comments
 (0)