Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

Customizing JSPWiki

I've installed JSPWiki on this server in order to better support collaboration among developers. In particular, I hope to get user's tips and tricks for my demos and downloads. However, JSPWiki out-of-the-box is ugly. Dave has done a good job in making Roller's Wiki look good. So here's my question: How did you do it Dave? Rather than digging for CSS files and what not - can you hook me up with the info. I'll try to document my customization process when it ensues.

Posted in Java at Jun 12 2003, 05:22:40 PM MDT 5 Comments
Comments:

Thanks Matt, it was just a little CSS magic. I believe that the only file that I modified was templates/default/jspwiki_ie.css. I have emailed the file to you. I made my changes after the /* DMJ_MODS */ comment.

Posted by Dave Johnson on June 12, 2003 at 07:28 PM MDT #

Thy wiki has been customized - thanks for the help!

Posted by Matt Raible on June 12, 2003 at 09:59 PM MDT #

There's also "mrg" template, but it's a bit heavier customization. Nice anyway. I used this one for our project's wiki, just changed <span style="font-family: Arial;">the dull Arial</span> to <span style="font-family: 'MS Trebuchet'">something nicer (Trebuchet)</span>.

Posted by Greg Klebus on June 13, 2003 at 12:55 AM MDT #

Would you mind sharing the CSS template with me?

Posted by Niel Eyde on June 14, 2003 at 07:10 AM MDT #

I modified the jspwiki_ie.css and renamed it to jspwiki.css. Then I modified templates/default/cssinclude.js and removed all the browser detection, replacing it with the following:

<link rel="stylesheet" href="templates/default/jspwiki.css" title="default" />


You should be able to grab both of these files from the following links: cssinclude.js and jspwiki.css. In the CSS file, all my changes are after /* RAIBLE_MODS */

Posted by Matt Raible on June 14, 2003 at 07:54 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed