Application EZProjectList - Create simple HTML Documents for Download Pages

Discussion in 'Bukkit Tools' started by mrCookieSlime, Nov 1, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    mrCookieSlime

    EZProjectList
    [​IMG]

    EzProjectList is a simple Java Application which allows you to manage your Projects and generate a Download Page for you.



    An example Page can be found here:
    https://dl.dropboxusercontent.com/s/muvbcoc1ckot9eh/downloads.html

    Features:
    [​IMG]

    • Sorts your Projects alphabetically
    • Stores your Project Information, so you can edit them at any time
    • Allows you to customize the primary and secondary Color, adding a bit of Decoration to your Page
    • You can specify your own Footer
    • You can also toggle whether it will open the File after it has been generated, allowing you to take a look at your Page
    How to host your HTML-Document on Dropbox
    [​IMG]

    1. Create a folder
    2. Move your .html Document into this folder
    3. Click on "Share"
    4. Copy the given link to your clipboard
    5. Then replace www. with dl.

    Screenshots:
    [​IMG]
    [​IMG]

    [​IMG]

    Download:
    [​IMG]

    All Downloads can be found here (.exe and .jar) :
    https://www.dropbox.com/sh/7h2fwx19pvtou2o/AACniUJvWDLYKttTtN6S-oyEa?dl=0

    All Rights Reserved.
     
    Last edited: Dec 19, 2014
    Mister_Fix likes this.
  2. Offline

    victor2748

    What is the big point of it? It is very easy to create a page like this by yourself, and if you use this program, your list will look redundant.
     
  3. Offline

    mrCookieSlime

    victor2748
    Indeed it is easy to create a page like this without using this program. But I just wanted a nifty GUI to edit my Page. And well, I wanted to share it.
    But I also recommend that if you have at least some basic HTML knowledge, you should create it on your own. This is mainly meant for beginners.
     
    victor2748 likes this.
  4. mrCookieSlime Very nice tool, I was looking to do this aswell.
     
  5. Offline

    mrCookieSlime

    Update: v1.0.1

    + Added Background Color Support
     
  6. Offline

    JordyPwner

    mrCookieSlime might wanna check your files since my virusscanner says it is dangerous to download it :/

    Also how to make a download page on dropbox?
     
  7. Offline

    mrCookieSlime

    JordyPwner
    Well, it shouldnt be dangerous...
    However, some programs like Norton have a whitelist for programs ans dont except new ones. I have it too.
    However you can download the jar just fine thats why I also included that. And then you can just run the file using Java.

    And to host your Download Page on Dropbox:
    1. Create a folder
    2. Move your .html Document into this folder
    3. Click on "Share"
    4. Copy the given link to your clipboard
    5. Then replace www. with dl.
     
  8. Offline

    JordyPwner

    How to remove misstakes cause i made some misstakes with the generator thing for your page
     
  9. Offline

    mrCookieSlime

    JordyPwner
    What kind of 'mistakes'? Typos?
    You can edit your Projects by simply selecting them in the List. To remove a Project you have to delete the .project file.
     
  10. Offline

    JordyPwner

    K thanks
     
  11. Offline

    Huntfishplay

    mrCookieSlime

    Well, it shouldnt be dangerous...
    However, some programs like Norton have a whitelist for programs ans dont except new ones. I have it too.
    However you can download the jar just fine thats why I also included that. And then you can just run the file using Java.

    And to host your Download Page on Dropbox:
    1. Create a folder
    2. Move your .html Document into this folder
    3. Click on "Share"
    4. Copy the given link to your clipboard
    5. Then replace www. with dl.

    This Was Sooo Helpful Thanks! But 1 Thing, Does It Need To Be A Zip Or File?
     
  12. Offline

    mrCookieSlime

    Huntfishplay
    No problem.
    But why did you copy my post :?

    And what do you mean with zip or file?
    The Application will create a .html document for you.
     
  13. Offline

    Huntfishplay

    mrCookieSlime I'm trying to share a resource pack so that when you join it is downloaded... still doesn't work :(
     
  14. Online

    timtower Administrator Administrator Moderator

  15. Offline

    mrCookieSlime

    Huntfishplay
    And it doesnt even have anything to do with a resource pack...
    If you need help setting it up, create a Thread.

    However you just need to upload the .zip to Dropbox click share link and copy the given link. Then go to your server.properties and paste the link into the field resource-pack or so.
     
  16. Offline

    lol768

    A few comments regarding your HTML:
    • Generated output should contain an appropriate HTML doctype declaration.
    • <title> element should appear in <head> element (which itself should appear within the <html> element).
    • Actual page content should appear in a <body> element which should appear after the <head> element.
    • The bgcolor attribute, as used on the body element and a number of <tr> elements is deprecated. CSS should be used for styling instead.
    • Inline CSS should be avoided. If you're aiming for a HTML page that works on its own, look into using a <style> element.
    • The <html> element should be properly closed
    • A paragraph element (<p>) should only contain phrasing content.
    • The <link> element must have a parent element which can contain metadata elements. For example, <head> (the document metadata container element)
    • The href attribute of the <link> element hotlinks another site's favicon. Further, the URL is not protocol relative.
    • The <font> element is non-standard and should not be used.
    • It doesn't make sense to apply a text-shadow style on a <head> element and furthermore such styling should go in (ideally) an external stylesheet.
    • The border attribute of the <table> element should not be used.
    • There are 42 validator errors when checking the document as HTML5.
    A few comments regarding your styling:
    • I do not regard myself as a designer but I have some thoughts as a user on the overall styling of the page:
      • The chiseled outer border on the table is, in my opinion, ugly.
      • I think similarly for the cell borders.
     
    DSH105 likes this.
  17. Offline

    mrCookieSlime

    lol768
    Well, I never used HTML before as you probably already assumed.
    But I will take my time to fix all of these issues.
     
  18. Offline

    Mister_Fix

    i liek this, thank you for the effort, i'll definetly use this.
     
  19. Offline

    MrEminent42

    So I'm beginning to learn to code, and I'm just wondering how you got the content put up on the website? Do you own the domain?
     
  20. Offline

    mrCookieSlime

    @awesone_ness
    Me? I dont have a website. Im using Dropbox, its free.
    I also included a tutorial on how to host your site on dropbox in the very first post.
     
  21. Offline

    MrEminent42

    @mrCookieSlime
    Oh! You can publicize your drop box content, I forgot!

    And, just wondering, what does dl. vs www. have to do with it? Is it the name of the Html doc?
     
  22. @awesone_ness www will link to something else (I believe download) and dl links to preview. So you can see as dl. But not www.
     
  23. Offline

    MrEminent42

  24. Offline

    tkuiyeager1

    @mrCookieSlime i just made my own table and drop box user content html file with your tutorial and programm, thanks.
     
Thread Status:
Not open for further replies.

Share This Page