Server-Side Pings and Index Pages

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Server-Side Pings and Index Pages

    I'm looking at Contribute for a medium-sized deployment. I have two specific
    questions:

    -- I've seen in several places that Contribute is able to ping a URL when a
    page is published ("send a notification," whatever). This functionality has
    been under the heading of "server-side extensibility." Is this is a core
    feature of Contribute, or is part of Contribute Publishing Server? Do I get
    this if I just buy a standalone copy of Contribute?

    -- While I like Contribute over traditional content management for a lot of
    reasons, the one thing that traditional content management does well is
    automating the creation of index pages. If I have 200 articles, how will
    Contribute help me with pages of links to these articles? Do I still have to
    maintain the index pages manually, or is there some built-in functionality I'm
    not finding?

    Deane

    deane_b Guest

  2. Similar Questions and Discussions

    1. read server side file from clent side
      Hello all, i m using Influxis server.I have used these lines of code to create text file at server side:-> var myFile = new File("log_file.txt");...
    2. Time Stamp (User Side/Server Side)
      I am using the following to display time. #TimeFormat(Now(), "h")#:#TimeFormat(Now(), "mm")# #TimeFormat(Now(), "tt")# My problem is the server...
    3. Printing A4 pages side by side on an A3 printer
      Problem is that we should print a number of A4 pages (two pages per sheet) on an A3 printer... or alternatively to find a method to prepare with...
    4. Controls with a client side onLoad function or seting a cursor server side
      Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or...
    5. button evet ---- server side - client side ???
      I want to use button. My question is that How can use server side and client site event at the same time. That is: I want to use button : when...
  3. #2

    Default Re: Server-Side Pings and Index Pages

    Here's some quick follow up this. We've alerted the team to your questions.
    So further details will follow sometime soon.

    You can put any URL in the CPS pane of the client-side Admin dialog. As long
    as the server implements our CPS Event Notification SOAP API the notification
    events will work from the client without installing our CPS server. Note - you
    would *not* want to have the User Directory service enabled from the
    client-side in this scenario. Our documentation on CPS that's freely available
    on the contribute documentation webpage includes the API details.

    Our Sample RSS Service that comes with CPS could be used as a starting point
    example to build an index page generation service that builds off the
    notification API. CPS has free trial downloads. You could try this out and
    use the code to build your own to use whether or not you end up buying the CPS.






    Joel - Contribute Team Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139