Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remote paths in faust/architecture/httpdlib/src/html/htmlpage.cpp are outdated #171

Open
giuliomoro opened this issue Mar 29, 2018 · 3 comments

Comments

@giuliomoro
Copy link
Contributor

I am talking of:

    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/jquerysvg/jquery.svg.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/jquerysvg/jquery.svgdom.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_proto.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_jquery_svg_backend.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_mobile.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_ui_inits.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_load_external_file.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_ui_objects.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_ui_builder.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_ui_interact.js"></script>
    <script type="text/javascript" src="http://www.mikesolomon.org/faust/svg/faust_server_communication.js"></script>
    <link rel="stylesheet" type="text/css" href="http://www.mikesolomon.org/faust/svg/faust_css.css"></link>

Why does it not point to the local files in faust/architecture/httpdlib/html/js/svg/ instead?

@sletz
Copy link
Member

sletz commented Mar 29, 2018

This code does not seem to be used at all.

@giuliomoro
Copy link
Contributor Author

giuliomoro commented Mar 29, 2018

true, but then when using libHTTPDFaust one has to define stylesheet_len, stylesheet, jsscripts_len, jsscripts and I cannot find any info on what should go in there

@giuliomoro
Copy link
Contributor Author

so the current workaround to get this to work is to point the paths to the files that come with the repo and #define LOADSCRIPTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants