|
From: <ma...@us...> - 2010-05-10 03:25:43
|
Revision: 360
http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=360&view=rev
Author: marchy
Date: 2010-05-10 03:25:36 +0000 (Mon, 10 May 2010)
Log Message:
-----------
removing twitter section, inifying the download segments (even they're copy and paste - want them the same), and updating the release dates.
Modified Paths:
--------------
trunk/src/changes/changes.xml
trunk/src/site/xdoc/download.xml
trunk/src/site/xdoc/index.xml
Modified: trunk/src/changes/changes.xml
===================================================================
--- trunk/src/changes/changes.xml 2010-04-21 10:33:45 UTC (rev 359)
+++ trunk/src/changes/changes.xml 2010-05-10 03:25:36 UTC (rev 360)
@@ -6,7 +6,7 @@
<author email="ki...@ob...">Benoit Xhenseval</author>
</properties>
<body>
- <release version="1.2.0" date="in SVN" description="Maintenance">
+ <release version="1.2.0" date="2010-05-10" description="Maintenance">
<action dev="marchy" type="add" issue="atid=872036&aid=2853974" due-to="insumo">Changed the visibility on JodaWorkingWeek(final byte workingDays) constructor from private to protected.</action>
<action dev="marchy" type="fix" issue="atid=872033&aid=2963607" due-to="Aldo Tamburini">Fixed DefaultHolidayCalendar when used with java.util.Date / java.util.Calendar holidays.</action>
<action dev="benoitx" type="fix">Removed the deprecated constructors that used to take Set of "Date", use the HolidayCalendar.</action>
Modified: trunk/src/site/xdoc/download.xml
===================================================================
--- trunk/src/site/xdoc/download.xml 2010-04-21 10:33:45 UTC (rev 359)
+++ trunk/src/site/xdoc/download.xml 2010-05-10 03:25:36 UTC (rev 360)
@@ -20,7 +20,7 @@
<body>
<subsection name="Maven">
- <p>The ObjectLab Kit is in the Maven Central Repository.</p>
+ <p>If you're using Maven, setup is easy, as DateCalc is in the Maven Central Repository.</p>
<p>To use the JDK Version:</p>
<pre class="brush: xml; gutter: false">
<dependency>
@@ -50,7 +50,7 @@
</pre>
</subsection>
- <subsection name="Download the jars">
+ <subsection name="Download the Jars">
<p>If you are not using Maven, you can <a href="https://sourceforge.net/projects/objectlabkit/files/">download the jars here</a>.</p>
</subsection>
Modified: trunk/src/site/xdoc/index.xml
===================================================================
--- trunk/src/site/xdoc/index.xml 2010-04-21 10:33:45 UTC (rev 359)
+++ trunk/src/site/xdoc/index.xml 2010-05-10 03:25:36 UTC (rev 360)
@@ -20,87 +20,16 @@
<body>
<section name="Quick News">
+
<p style="margin-top:10px; margin-bottom:0; padding-bottom:0; text-align:center; line-height:0"><a href="http://feeds.feedburner.com/~r/ObjectlabOpenSourceNews/~6/1"><img src="http://feeds.feedburner.com/ObjectlabOpenSourceNews.1.gif" alt="ObjectLab Open Source News" style="border:0"/></a></p>
- <p><script type="text/javascript" src="http://www.ohloh.net/p/4682/widgets/project_users.js?style=blue"></script><b>2010-03-xx</b>: version 1.2.0 is out and contains a couple of changes, including the ability to see the registered calendar and unregistering calendars (useful if calendars are dynamic).
+ <p><b>2010-05-10</b>: version 1.2.0 is out and contains a couple of changes, including the ability to see the registered calendar and unregistering calendars (useful if calendars are dynamic).
More info on the changes <a href="changes-report.html">here</a>. Also, one of the authors is on Twitter, follow your favorite Belgian at <a href="http://twitter.com/benoitx">http://twitter.com/benoitx</a>.</p>
<p><b>2007-03-25</b>: version 1.1.0 is out and contains a couple of changes, a new HolidayHandler and the ability to define a valid range for the holiday (and
if the calculation is beyond that range, an exception is thrown). This is done via HolidayCalendar which should replace the simple Set<E> for holidays.
More info on the changes <a href="changes-report.html">here</a>.</p>
-
-<script src="http://widgets.twimg.com/j/2/widget.js"></script>
-<table>
-<tr><td valign='top'>
-<script>
-new TWTR.Widget({
- version: 2,
- type: 'profile',
- rpp: 5,
- interval: 6000,
- width: 300,
- height: 300,
- theme: {
- shell: {
- background: '#8ec1da',
- color: '#ffffff'
- },
- tweets: {
- background: '#ffffff',
- color: '#444444',
- links: '#1985b5'
- }
- },
- features: {
- scrollbar: false,
- loop: false,
- live: false,
- hashtags: true,
- timestamp: true,
- avatars: true,
- behavior: 'all'
- }
-}).render().setUser('benoitx').start();
-</script>
-</td>
-<td valign='top'>
-
-<script>
-new TWTR.Widget({
- version: 2,
- type: 'search',
- search: 'objectlab OR Appendium',
- interval: 6000,
- title: 'Excitement is in the air...',
- subject: 'ObjectLab',
- width: 300,
- height: 300,
- theme: {
- shell: {
- background: '#8ec1da',
- color: '#ffffff'
- },
- tweets: {
- background: '#ffffff',
- color: '#444444',
- links: '#1985b5'
- }
- },
- features: {
- scrollbar: false,
- loop: true,
- live: true,
- hashtags: true,
- timestamp: true,
- avatars: true,
- behavior: 'default'
- }
-}).render().start();
-</script>
-</td></tr>
-</table>
-
</section>
<section name="ObjectLab Kit Introduction">
@@ -118,37 +47,43 @@
<li>The <a href="datecalc-jdk/index.html">Joda Time implementation</a>, which depends on the <a href="http://joda-time.sourceforge.net">Joda Time library</a> (we recommend using this one).</li>
</ul>
</p>
- <p>If you're using Maven, setup is easy, as DateCalc is in the Maven Central Repository.</p>
- <p>To use the JDK Version:</p>
- <pre class="brush: xml; gutter: false">
- <dependency>
- <groupId>net.objectlab.kit</groupId>
- <artifactId>datecalc-common</artifactId>
- <version>1.2.0</version>
- </dependency>
- <dependency>
- <groupId>net.objectlab.kit</groupId>
- <artifactId>datecalc-jdk</artifactId>
- <version>1.2.0</version>
- </dependency>
- </pre>
-
- <p>To use the JODA Version (recommended):</p>
- <pre class="brush: xml; gutter: false">
- <dependency>
- <groupId>net.objectlab.kit</groupId>
- <artifactId>datecalc-common</artifactId>
- <version>1.2.0</version>
- </dependency>
- <dependency>
- <groupId>net.objectlab.kit</groupId>
- <artifactId>datecalc-joda</artifactId>
- <version>1.2.0</version>
- </dependency>
- </pre>
- <p>If you are not using Maven, you can <a href="https://sourceforge.net/projects/objectlabkit/files/">download the jars here</a>.</p>
</subsection>
+ <subsection name="Maven">
+ <p>If you're using Maven, setup is easy, as DateCalc is in the Maven Central Repository.</p>
+ <p>To use the JDK Version:</p>
+ <pre class="brush: xml; gutter: false">
+ <dependency>
+ <groupId>net.objectlab.kit</groupId>
+ <artifactId>datecalc-common</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.objectlab.kit</groupId>
+ <artifactId>datecalc-jdk</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+ </pre>
+
+ <p>To use the JODA Version (recommended):</p>
+ <pre class="brush: xml; gutter: false">
+ <dependency>
+ <groupId>net.objectlab.kit</groupId>
+ <artifactId>datecalc-common</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.objectlab.kit</groupId>
+ <artifactId>datecalc-joda</artifactId>
+ <version>1.2.0</version>
+ </dependency>
+ </pre>
+ </subsection>
+
+ <subsection name="Download the Jars">
+ <p>If you are not using Maven, you can <a href="https://sourceforge.net/projects/objectlabkit/files/">download the jars here</a>.</p>
+ </subsection>
+
<subsection name ="Date Calculations? What is that?">
<p>Apart from the very basic "add days" features, most business have to <strong>deal with Holidays</strong> and what to do when a
<strong>calculated day falls on a holiday</strong>. This library does <strong>not</strong> attempt to create or guess the holidays, we
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|