view release on metacpan or search on metacpan
lib/Acme/CreatingCPANModules.pm view on Meta::CPAN
try to think to hard about all this, we'll get to all this in a
moment.
And then there's the Changes file, where you're supposed to write down
the changes you made to your module each new version.
Let's look at the files in detail.
[slide] Here's a Changes file.
Note that the order of the changes is chronologically inversed. Why?
Because the purporse of a changes file is (among others) to let the
user know what you changed from the last version, so that he can
decide if he wants to install your module.
Hence, and since browsers and editors usually open files in their
beginning, it's only reasonable that you put the most recent changes
on the top of the file.
As for what you put in here, it's kind of up to you, but you don't
need to be too technical. If you added some tests, just say "added
slides/index.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'start.html';
}
slides/index.html view on Meta::CPAN
<a accesskey='i' href="">Index</a> |
<a accesskey='n' href="start.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END index -->
slides/slide1.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide2.html';
}
slides/slide1.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide2.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide10.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide11.html';
}
slides/slide10.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide11.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide11.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide12.html';
}
slides/slide11.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide12.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide12.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide13.html';
}
slides/slide12.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide13.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide13.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide14.html';
}
slides/slide13.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide14.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide14.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide15.html';
}
slides/slide14.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide15.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide15.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide16.html';
}
slides/slide15.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide16.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide16.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide17.html';
}
slides/slide16.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide17.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide17.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide18.html';
}
slides/slide17.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide18.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide18.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide19.html';
}
slides/slide18.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide19.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide19.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide20.html';
}
slides/slide19.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide20.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide1a.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide1b.html#end';
}
slides/slide1a.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide1b.html#end">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide1b.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = '';
}
slides/slide1b.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide1c.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide1d.html#end';
}
slides/slide1c.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide1d.html#end">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 Brian Ingerson
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide1d.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide1e.html#end';
}
slides/slide1d.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide1e.html#end">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 Brian Ingerson
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide1e.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide2.html';
}
slides/slide1e.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide2.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 Brian Ingerson
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide2.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide3a.html';
}
slides/slide2.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide3a.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide20.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide21.html';
}
slides/slide20.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide21.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide21.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide22.html';
}
slides/slide21.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide22.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide22.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = '';
}
slides/slide22.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide23.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide24.html';
}
slides/slide23.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide24.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide24.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide25.html';
}
slides/slide24.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide25.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide25.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide26.html';
}
slides/slide25.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide26.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide26.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = '';
}
slides/slide26.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide2a.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide2b.html#end';
}
slides/slide2a.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide2b.html#end">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide2b.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide2c.html#end';
}
slides/slide2b.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide2c.html#end">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide2c.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide2d.html#end';
}
slides/slide2c.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide2d.html#end">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->
slides/slide2d.html view on Meta::CPAN
}
#content {
background:#fff;
margin-left: 20px;
margin-right:20px;
margin-top: 80px;
}
#logo {
position: fixed;
right: 40px;
bottom: 51px;
width: 130px;
height: 150px;
z-index:3;
background-image: url(/logo.png);
background-repeat: no-repeat;
}
/* END index.css */
--></style>
<script type="text/javascript">
// BEGIN controls.js
function nextSlide() {
window.location = 'slide3.html';
}
slides/slide2d.html view on Meta::CPAN
<a accesskey='i' href="index.html">Index</a> |
<a accesskey='n' href="slide3.html">Next >></a>
</div>
</td>
<td align="right" valign="middle">
Copyright © 2005 José Castro
</td>
</tr>
</table>
</div>
<div id="logo"></div>
<div class="spacer">
<a name="end"></a>
</div>
</body>
</html>
<!-- END slide -->