Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    CodeIgniter Prototype (WAS: PFSense Logo to print)

    Development
    7
    23
    13.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      Emab
      last edited by

      Where I can find a PfSense Logo (high resolution) to print and paste to my pfSense machine?

      Thanks!!

      1 Reply Last reply Reply Quote 0
      • S
        sullrich
        last edited by

        http://cvs.pfsense.com/cgi-bin/cvsweb.cgi/artwork/

        1 Reply Last reply Reply Quote 0
        • H
          hoba
          last edited by

          I have a not yet completely finished completely vectorized version. I'll try to finish it soon and upload it at the artwork directory….

          ...ok, just commited it to the artwork directory: http://pfsense.com/cgi-bin/cvsweb.cgi/artwork/pfs-logo-vector.psd

          1 Reply Last reply Reply Quote 0
          • E
            Emab
            last edited by

            Thanks!!  ;D

            1 Reply Last reply Reply Quote 0
            • N
              Numbski
              last edited by

              Define "non-commercial" please. :)

              I just noticed this thread.  To date, any time I deploy a pfSense box for a customer, I just leave it blank.

              If I were to want to put a sticker on it, under what conditions would I be allowed to do so?

              1 Reply Last reply Reply Quote 0
              • Z
                ZGamer
                last edited by

                Rebranding?…....lol.

                –------------------------------------------------------------------------------------
                pfSense Documentation Wiki
                Need Commercial Support?
                Personal Blog

                1 Reply Last reply Reply Quote 0
                • N
                  Numbski
                  last edited by

                  Okay, I think that was what I was looking for, was the agreement to distribute.  I obvious want to play above the boards in every aspect possible.  It isn't as though I sell based on branding (in fact I don't even mark up hardware, I just bill out my time to do the work), the sticker was an idea more to make people aware of the project, not so much as a marketing gimmick.

                  1 Reply Last reply Reply Quote 0
                  • S
                    simoncpu
                    last edited by

                    Maybe it would be cool if we're allowed to put a small "powered by pfSense" logo or something… dunno... I'd like to put a tribute to pfSense on pre-installed boxes.

                    Speaking of rebranding the GUI, do you guys have any immediate plans on making the code use a framework such as CodeIgniter? =)

                    [ simon.cpu ]

                    1 Reply Last reply Reply Quote 0
                    • D
                      DanielSHaischt
                      last edited by

                      @simoncpu:

                      Speaking of rebranding the GUI, do you guys have any immediate plans on making the code use a framework such as CodeIgniter? =)

                      I am working on a CodeIgniter prototype. But what is needed are different XML based models instead of SQL based models for example. That way you would be able to persist to an XML file as well.

                      Regards
                      Daniel S. Haischt

                      Mit freundlichen Gruessen / With kind regards
                      DAn.I.El S. Haischt

                      1 Reply Last reply Reply Quote 0
                      • S
                        sullrich
                        last edited by

                        Maybe simon cpu could team up with you on this project?

                        1 Reply Last reply Reply Quote 0
                        • S
                          simoncpu
                          last edited by

                          I'd gladly team up with you guys.  pfSense really needs to have a solid framework in place. =)

                          [ simon.cpu ]

                          1 Reply Last reply Reply Quote 0
                          • D
                            DanielSHaischt
                            last edited by

                            I think an initial step would be to port the pfSense webgui to codeigniter without any functionality. That way we could upload it to pfsense.com as a webgui dummy.

                            Such a dummy was requested in the past to demonstrate how the pfSense webgui may look like without the need to actually install pfSense.

                            What do you think?

                            Cheers
                            Daniel S. Haischt

                            Mit freundlichen Gruessen / With kind regards
                            DAn.I.El S. Haischt

                            1 Reply Last reply Reply Quote 0
                            • H
                              hoba
                              last edited by

                              @DanielSHaischt:

                              Such a dummy was requested in the past to demonstrate how the pfSense webgui may look like without the need to actually install pfSense.

                              Yep, it was me requesting such a feature as live demo  ;D

                              1 Reply Last reply Reply Quote 0
                              • S
                                simoncpu
                                last edited by

                                @DanielSHaischt:

                                I think an initial step would be to port the pfSense webgui to codeigniter without any functionality. That way we could upload it to pfsense.com as a webgui dummy.

                                Such a dummy was requested in the past to demonstrate how the pfSense webgui may look like without the need to actually install pfSense.

                                What do you think?

                                Cheers
                                Daniel S. Haischt

                                I've explored and created a draft architecture (well, sort of) using CodeIgniter as the back-end and DHTML OpenLaszlo as the front-end.  The design is for the back-end and front-end to communicate via ReST.  Basically, I was planning to implement the Controller and Model in CodeIgniter and let the View be taken care of by OpenLaszlo*.

                                My initial plan was to let them communicate either via SOAP or XML-RPC, but after further reading, I found out that OL needs Java (yikes!) for those functionalities to be available.

                                We may have a slightly different agenda here, but I am nevertheless willing to implement a non-OpenLaszlo View for the dummy WebGUI in case you guys don't want OpenLaszlo.  I am more interested with the Controller and Model though. :D

                                [ simon.cpu ]

                                • Stand-alone (i.e., pre-compiled) deployment only, without the bloated Java presentation server.  For more info, please check out www.openlaszlo.org
                                1 Reply Last reply Reply Quote 0
                                • D
                                  DanielSHaischt
                                  last edited by

                                  Java is definitely not the way to go  ;D

                                  Mit freundlichen Gruessen / With kind regards
                                  DAn.I.El S. Haischt

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    simoncpu
                                    last edited by

                                    Yepp… I'll only use OpenLaszlo for generating DHTML code though.

                                    BTW, is it OK if you'll make your prototype available?  I'll start filling in the missing pieces, such as XML-based models.

                                    [ simon.cpu ]

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      hoba
                                      last edited by

                                      Could you split the topic and move it to a new thread? We are getting a bit off topic here.

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        DanielSHaischt
                                        last edited by

                                        Even if you are using OL just because of its DHTML GUI, I have my duobts whether the DHTML code of OL is very mature because OL was initially Adobe Flash based and the DHTML codebase was introduced in 2006 IIRC.

                                        Beside that there are existing DHTML GUI frameworks which are re-using Prototype+Scriptaculous. See: http://extjs.com/

                                        Cheers
                                        Daniel S. Haischt

                                        Mit freundlichen Gruessen / With kind regards
                                        DAn.I.El S. Haischt

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          simoncpu
                                          last edited by

                                          Indeed, OL may or may not be mature, but its XML-based syntax is quite attractive. :D

                                          The beauty with a solid framework in place is that we can use whatever we want in our UI– OpenLaszlo, Prototype+Scriptaculous, or even CLI-- it's really up to us.

                                          Also, I think it would be cool for us to use ReST architecture[1][2].  CodeIgniter fits perfectly to ReST.  Although CodeIgniter is designed so that we can use the Model-View-Controller (MVC) paradigm, it does not require us to use Views, nor does it require us to let our output be in pure HTML. Basically, we let:

                                          
                                           –------------------+-------------------------
                                            ReST               |  CodeIgniter
                                           --------------------+-------------------------
                                            Resources (URI)    |  Controller invocation
                                            Representation     |  XML response
                                           --------------------+-------------------------
                                          
                                          

                                          Coool...  ;D

                                          [ simon.cpu ]

                                          [1] http://webservices.xml.com/pub/a/ws/2002/02/20/rest.html?page=1
                                          [2] http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            DanielSHaischt
                                            last edited by

                                            Regarding REST …

                                            • That subject was part of my master thesis, so I am well informed  ;D

                                            • Please use REST (it's an acronym) to not confuse people. If referring to ReST people sometimes mean restructured text.

                                            • Is CodeIgniter supporting restful web services or just XML based web services like SOAP or XML-RPC based web services?

                                            Cheers
                                            Daniel S. Haischt

                                            Mit freundlichen Gruessen / With kind regards
                                            DAn.I.El S. Haischt

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.